home *** CD-ROM | disk | FTP | other *** search
- '.so tmac.clman
- .TH "lDelNode"
- .IX lDelNode
- .SH NAME
- lDelNode - Delete node.
- .SH SYNOPSIS
- int
- .BR "lDelNode" "(id, which)"
- .br
- .RT
- .RP
- In int id identifier of linked list
- .br
- .RP
- In int which which node must be deleted
- .DT
- .SH DESCRIPTION
- \fBlDelNode\fP deletes a node from a linked list. Which node must be
- deleted can be specified by \fIwhich\fP. The first, the current and
- the last node of a linked list can be deleted.
- .SH PARAMETER DEFINITIONS
- .if t .ta 0.2i 1.5i
- \fIwhich\fP :
- .nf
- lFIRST first node
- lCURRENT current node
- lLAST last node
- .fi
- .SH RETURN CODES
- .nf
- Return on success :
- lSUCCESS
- Return on error :
- lUNKNOWN_ID, lEMPTY_LIST, lWRONG_WHICH
- .fi
- .SH AUTHOR
- Anita Eijs (TNO - Bouw - BouwInformatica)
-